home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
spiele
/
think
/
romanikquiz
/
install_rq
< prev
next >
Wrap
Text File
|
1996-07-16
|
638b
|
39 lines
; $VER: Install_RQ V1.5
; © 1995-96 by Toni Holst.
(
(set RQ_InstallingRQ "Installiere jetzt Romanikquiz.")
(set RQ_SelectPath "Wählen Sie das Zielverzeichnis für Romanikquiz!")
(set RQ_DoInstall "Romanikquiz wurde installiert.\nViel Spaß beim Raten!")
)
(copyfiles
(prompt RQ_Installing)
(help @copyfiles-help)
(source "")
(set target-dir
(askdir
(prompt RQ_SelectPath)
(help @askdir-help)
(newpath)
(default "SYS:")
)
)
(dest target-dir)
(all)
)
(complete 99)
(exit RQ_DoInstall)